home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_666 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  186 b   |  10 lines

  1. on(release){
  2.    if(_root.days >= 21 && _root.partytime >= 3)
  3.    {
  4.       _root.partytime = 0;
  5.       _root.days -= 21;
  6.       _root.doctors = 0;
  7.       _root.gotoAndStop(4);
  8.    }
  9. }
  10.